home *** CD-ROM | disk | FTP | other *** search
/ Champak 61 / Volume 61 - JOGO DISK .iso / Games / happyfishing.swf / scripts / DefineSprite_388 / frame_132 / DoAction.as
Text File  |  2008-03-14  |  115b  |  8 lines

  1. stop();
  2. btnNext.onPress = function()
  3. {
  4.    _root.sndButton.start(0,1);
  5.    _parent.nextFrame();
  6.    play();
  7. };
  8.